typedstream NXImage Object NXEPSImageRep NXImageRep iisssss [701c]%!PS-Adobe-2.0 EPSF-2.0 %%Title:Target.eps %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca) %%CreationDate: Fri Nov 22 1991 %%Pages: 0 1 %%BoundingBox: 0 0 72 72 %%DocumentFonts: Times-BoldItalic %%EndComments % eps drawing of component for Diagram palette % number of pixels per Diagram Grid /GRIDSIZE 9 def % one grid represents 0.05 inches /GRIDSCALE 0.05 def % multiply sizes in inches by ScaleFactor in pixels/inch /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def /OUTERRADIUS {0.2 SCALEFACTOR} def /HOLERADIUS {0.015 SCALEFACTOR} def 1 1 scale 0 setlinewidth GRIDSIZE 4 mul GRIDSIZE 4 mul moveto currentpoint translate 0 0 OUTERRADIUS 90 180 arc 0 0 OUTERRADIUS 0 270 arcn closepath fill